inspector: Make the window smaller
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Oct 2014 12:01:57 +0000 (08:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Oct 2014 12:01:57 +0000 (08:01 -0400)
No need for 1000 pixels of with anymore, after the reorg.

gtk/inspector/window.ui

index e8f47eafb604947da1b182fc7459ad1ff83e4239..c3f48df8ca9763958fa5ee7765f3b4b1c01697c4 100644 (file)
@@ -2,7 +2,7 @@
 <interface domain="gtk30">
   <template class="GtkInspectorWindow" parent="GtkWindow">
     <property name="default-height">500</property>
-    <property name="default-width">1000</property>
+    <property name="default-width">800</property>
     <property name="icon">resource:///org/gtk/inspector/logo.png</property>
     <child type="titlebar">
       <object class="GtkHeaderBar">
@@ -75,6 +75,8 @@
         <child type="title">
           <object class="GtkStackSwitcher">
             <property name="visible">True</property>
+            <property name="margin-start">6</property>
+            <property name="margin-end">6</property>
             <property name="stack">top_stack</property>
           </object>
         </child>